home *** CD-ROM | disk | FTP | other *** search
/ Bio Terrorism The New Reality / Bio-Terrorism - The New Reality.iso / BioTerr.ini < prev    next >
INI File  |  2001-11-21  |  16KB  |  370 lines

  1.  
  2. ; --------------------------------------------------------------------
  3. ;       Template DIRECTOR.INI file for Director 8 for Windows.
  4. ; --------------------------------------------------------------------
  5.  
  6. ; All of the settings shown here are commented-out in the original version 
  7. ; of the file.  To change a setting, you must remove the comment 
  8. ; character (";") at the beginning of the setting's line.
  9.  
  10. ; The values shown for each setting in the original file are Director's 
  11. ; internal defaults.  The default value for a setting is used when it 
  12. ; isn't explictly set in the .INI file or when no .INI file exists.  
  13. ; Since these defaults are already stored internally in the Director 
  14. ; application and projectors, it is *not* necessary to distribute this 
  15. ; file with your movie unless you change one or more of the settings.
  16.  
  17. ; For use with projectors, you must name your .INI file "<ProjectorName>.INI"
  18. ; rather than "DIRECTOR.INI" and place the file in the same directory as
  19. ; your projector executable. 
  20.  
  21. ; For use with shockwave, you must name your .INI file "shockwave.ini", and
  22. ; place the file in the shockwave folder ( for instance, 
  23. ; c:\winnt\system32\macromed\shockwave 8 ).
  24.  
  25. [Memory]
  26. ;ExtraMemory=400
  27. ; Amount of kBytes over and above physical memory for use by a projector.
  28.  
  29. ;SwapFileMeg=0
  30. ; Amount of megabytes of SwapFile space to enable during authoring.
  31. ; Default is to allow swapfile space of up to 1/2 of the available 
  32. ; physical RAM.
  33.  
  34. [Palette]
  35. ;Animation=0
  36. ; While performing an animation of the palette in 8-bit colour mode, 
  37. ; director reserves all colours in the system. It's obvious when this 
  38. ; happens, as the desktop and other applications will repaint in black 
  39. ; and white. If your movie does not often change the palette, this 
  40. ; may not be a problem, but if it changes the palette frequently, 
  41. ; this desktop flashing can ruin your animation.
  42. ; 1: Reserve colours before first palette effect, but do not release them
  43. ;    until the animation is done.
  44. ; 0: Default behaviour. Reserve colours only during the palette effect.
  45. ;
  46. ;SystemFriendly=0
  47. ;   This property only functions in a projector
  48. ; 1: When in 8-bit colour a fixed palette of the web 216 colours plus ten
  49. ;    additional greys will be used by the projector. Colours from the movie
  50. ;    will be re-mapped to the nearest available colour.
  51. ; 0: Default behaviour. When in 8-bit colour, changes in the palette channel
  52. ;    are propagated to the system palette. That is, the screen colours will
  53. ;    change.
  54.  
  55.  
  56. [Settings]
  57. SingleInstance=1
  58. ;    This property only functions in Windows Director and Projectors.
  59. ; 1: If the application is already running, attempts to launch a second
  60. ;    copy will bring the existing copy to the front of your desktop, without
  61. ;    launching a new copy.
  62. ; 0: Default behaviour. Multiple copies of the application can run concurrently.
  63. ;
  64. ;MessageWindow=1
  65. ;    This property only functions in Projectors and Shockwave.
  66. ; 1: Open a message window while the movie is playing. Macintosh Shockwave
  67. ;    does not open a message window, however it does write output meant for
  68. ;    the message window into "1logfile.txt" in the browser's application
  69. ;    folder.
  70. ; 0: No message window.
  71. ;
  72. ; MessageWindowRect=0 20 400 300
  73. ;    The left (0), top (20), right (400) and bottom (300) coordinates of
  74. ;    the message window. If omitted, a default rectangle will be used.
  75. ;
  76. ;EscapeOk=1
  77. ;    This property is only used by projectors.
  78. ; Overrides the projector's escape lock setting.
  79. ;
  80. FullScreen=1
  81. ;FullScreen=0
  82. ;    This property is only used by projectors.
  83. ; Overrides the projector's "full screen" setting, from 
  84. ; Create Projector's Option's Dialog.
  85. ;
  86. ;UseTitleBar=1
  87. ;    This property is only used by projectors.
  88. ; Overrides the projector's "show title bar" setting, from
  89. ; Create Projector's Option's Dialog.
  90. ;
  91. ;BackgroundAnimation=1
  92. ;    This property is only used by projectors.
  93. ; Overrides the projector's "animate in background" setting, from 
  94. ; Create Projector's Option's Dialog.
  95. ;
  96. ;SwitchColorDepth=1
  97. ;    This property is only used by projectors.
  98. ; Overrides the projector's "reset monitor to match movie's color depth"
  99. ; setting, from the Macintosh Create Projector's Option's Dialog.
  100. ;
  101. CenterStage=1
  102. ;    This property is only used by projectors.
  103. ; Overrides the projector's "center" setting, from
  104. ; Create Projector's Option's Dialog.
  105. ;
  106. ;ResizeStage=1
  107. ;    This property is only used by projectors.
  108. ; Overrides the projector's "stage size" setting, from
  109. ; Create Projector's Option's Dialog.
  110. ;
  111. MessageWindowRect=14 4 622 244
  112.  
  113. [Lingo]
  114. ;DisplayFullLingoErrorText=1
  115. ;    This property is used by shockwave and projectors.
  116. ; 1: Lingo errors generate a more descriptive text in the error alert.
  117. ; 0: Lingo errors generate a "script error. continue ?" yes/no alert.
  118. ;
  119.  
  120. ; Global Sound Settings ------------------------------------------------
  121.  
  122. [Sound]
  123. ; NOTE:
  124. ; Almost all of these settings apply ONLY to the Macromix sounddevice (the soundDevice="MacroMix"),
  125. ; and will not have any effect if the sounddevice is "DirectSound" or
  126. ; any other sounddevice.
  127.  
  128. ; Settings in the [Sound] section apply to all sound cards.
  129.  
  130. ;SpoolBufferAlloc=0 
  131. ; When to allocate spool buffers
  132. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  133. ; 1 means allocate spool once at startup and keep for entire session.
  134.  
  135. ;LowSpoolBufferMs=2500
  136. ; Length of one 8bit spool buffer, in milliseconds.
  137.  
  138. ;HighSpoolBufferMs=1500
  139. ; Length of one 16-bit spool buffer, in milliseconds.
  140.  
  141. ;SpoolBufferCount=2
  142. ; Number of spool buffers to use. Must range from 2 to 10.
  143.  
  144. ;MixMaxChannels=8
  145. ; Maximum number of channels supported by the sound mixer. The actual
  146. ; number you can mix depends on the processing power of your computer.
  147. ; Must range from 1 to 8.
  148.  
  149. ;MixWaveDevice=0 
  150. ; DeviceID of waveOut device to use for playing.
  151. ; Must range from 0 to (# of devices - 1).
  152.  
  153. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  154. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  155. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  156. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  157. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  158. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  159. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  160. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  161.  
  162. ;MixMaxFidelity=99
  163. ; Sets a limit on the fidelity of sound output. For best performance, use
  164. ; the default setting of 99 (switch on-the-fly), or choose the lowest value
  165. ; possible of the three fixed sound formats (0, 1, 2):
  166. ;  0=22.05k samples/sec, 8-bit, mono
  167. ;  1=22.05k samples/sec, 8-bit, stereo
  168. ;  2=44.1k samples/sec, 16-bit, stereo
  169. ;  99=Switch formats on-the-fly.  The first sound in a run of overlapping
  170. ;       sounds determines the format for that run.  The format used is the
  171. ;       lowest of the three output formats (0,1,2 above) which is as close
  172. ;       as possible in fidelity to the sound to be played, while still being
  173. ;       supported by the installed sound card. 
  174.  
  175. ; Default Sound Settings -----------------------------------------------
  176. ; DLLNameComment=Uncomment this to enable QuickTime 3 Sound Mixing
  177. ; DLLName=QT3Mix.dll
  178.  
  179. [Low Mono Default Sound]
  180. ; Settings in the [Low Mono Default Sound] section apply when the target
  181. ; output format is 22K, 8-bit, mono.  The target output format depends
  182. ; on the capabilities of the sound card as well as the setting of
  183. ; MixMaxFidelity.   These settings are used when the installed sound card
  184. ; is not known to Director and is not specified explictly in the
  185. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  186. ; Override sections will override these values for specific sound cards,
  187. ; or for all sound cards, respectively.
  188.  
  189. ;MixBufferMs=200
  190. ; Length of each mixing buffer, in milliseconds.
  191.  
  192. ;MixBufferBytes=0
  193. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  194. ; along with setting MixBufferMs=0, lets you specify the buffer size in 
  195. ; bytes rather than milliseconds.
  196.  
  197. ;MixBufferCount=4
  198. ; Number of mixing buffers to use. Must range from 2 to 16.
  199.  
  200. ;MixServiceMode=0
  201. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  202. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  203. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  204. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  205. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  206. ;         this mode is set, it is best to use MixBufferBytes to specify a
  207. ;         fixed buffer size which is a multiple of 1024.  This mode is not 
  208. ;         supported by all sound cards.
  209.  
  210. ;MixIntPeriodMs=200
  211. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  212.  
  213. ;MixIntResolutionMs=50
  214. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  215.  
  216.  
  217. [Low Default Sound]
  218. ; Settings in the [Low Default Sound] section apply when the target
  219. ; output format is 22K, 8-bit, stereo.  The target output format depends
  220. ; on the capabilities of the sound card as well as the setting of
  221. ; MixMaxFidelity.   These settings are used when the installed sound card
  222. ; is not known to Director and is not specified explictly in the
  223. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  224. ; Override sections will override these values for specific sound cards,
  225. ; or for all sound cards, respectively.
  226.  
  227. ;MixBufferMs=200
  228. ;MixBufferBytes=0
  229. ;MixBufferCount=4
  230. ;MixServiceMode=0
  231. ;MixIntPeriodMs=200
  232. ;MixIntResolutionMs=50
  233.  
  234.  
  235. [High Default Sound]
  236. ; Settings in the [High Default Sound] section apply when the target
  237. ; output format is 44K, 16-bit, stereo.  The target output format depends
  238. ; on the capabilities of the sound card as well as the setting of
  239. ; MixMaxFidelity.   These settings are used when the installed sound card
  240. ; is not known to Director and is not specified explictly in the
  241. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  242. ; Override sections will override these values for specific sound cards,
  243. ; or for all sound cards, respectively.
  244. ;MixBufferMs=200
  245. ;MixBufferBytes=0
  246. ;MixBufferCount=4
  247. ;MixServiceMode=0
  248. ;MixIntPeriodMs=200
  249. ;MixIntResolutionMs=50
  250.  
  251.  
  252.  
  253. ; Sound Card-Specific Settings -----------------------------------------
  254.  
  255. ;[Low Mono <SoundCardName>]
  256. ; Settings in this section apply when the target output format is
  257. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  258. ; output format depends on the capabilities of the sound card, as well
  259. ; as the setting of MixMaxFidelity.  You can have any number of these 
  260. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  261. ; with the actual name of the sound card you want to set defaults for.  
  262. ; To find the name of your card, launch the Sound Mapper application, 
  263. ; and look in the Playback field.  Director maintains a built-in table
  264. ; of settings for many popular sound cards.  Settings in this section take 
  265. ; precedence over Director's built-in settings.
  266. ;MixBufferMs=200
  267. ;MixBufferCount=4
  268. ;MixBufferBytes=0
  269. ;MixServiceMode=0
  270. ;MixIntPeriodMs=200
  271. ;MixIntResolutionMs=50
  272.  
  273.  
  274. [Low <SoundCardName>]
  275. ; Settings in this section apply when the target output format is
  276. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  277. ; output format depends on the capabilities of the sound card, as well
  278. ; as the setting of MixMaxFidelity.  You can have any number of these 
  279. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  280. ; with the actual name of the sound card you want to set defaults for.  
  281. ; To find the name of your card, launch the Sound Mapper application, 
  282. ; and look in the Playback field.  Director maintains a built-in table
  283. ; of settings for many popular sound cards.  Settings in this section take 
  284. ; precedence over Director's built-in settings.
  285. ;MixBufferMs=200
  286. ;MixBufferCount=4
  287. ;MixBufferBytes=0
  288. ;MixServiceMode=0
  289. ;MixIntPeriodMs=200
  290. ;MixIntResolutionMs=50
  291.  
  292.  
  293. ;[High <SoundCardName>]
  294. ; Settings in this section apply when the target output format is
  295. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  296. ; output format depends on the capabilities of the sound card, as well
  297. ; as the setting of MixMaxFidelity.  You can have any number of these 
  298. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  299. ; with the actual name of the sound card you want to set defaults for.  
  300. ; To find the name of your card, launch the Sound Mapper application, 
  301. ; and look in the Playback field.  Director maintains a built-in table
  302. ; of settings for many popular sound cards.  Settings in this section take 
  303. ; precedence over Director's built-in settings.
  304. ;MixBufferMs=200
  305. ;MixBufferBytes=0
  306. ;MixBufferCount=4
  307. ;MixServiceMode=0
  308. ;MixIntPeriodMs=200
  309. ;MixIntResolutionMs=50
  310.  
  311.  
  312.  
  313. ; Sound Override Settings ----------------------------------------------
  314.  
  315. [Low Mono Override]
  316. ; Settings in the [Low Mono Override] apply when the target ouput format
  317. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  318. ; of the sound card, as well as the setting of MixMaxFidelity.
  319. ; These settings will override Director's internal settings, any defaults
  320. ; specified in the Default Sound sections, as well as settings for specific 
  321. ; cards.  Change these settings only if you want to force Director to use
  322. ; certain values regardless of the sound card installed in the computer.
  323. ; It is not recommended that you modify these settings for movies which
  324. ; you are going to distribute, as they will override Director's internal
  325. ; settings which are already optimized for various sound cards.
  326. ;MixBufferMs=200
  327. ;MixBufferBytes=0
  328. ;MixBufferCount=4
  329. ;MixServiceMode=0
  330. ;MixIntPeriodMs=200
  331. ;MixIntResolutionMs=50
  332.  
  333. [Low Override]
  334. ; Settings in the [Low Override] apply when the target ouput format
  335. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  336. ; of the sound card, as well as the setting of MixMaxFidelity.
  337. ; These settings will override Director's internal settings, any defaults
  338. ; specified in the Default Sound sections, as well as settings for specific 
  339. ; cards.  Change these settings only if you want to force Director to use
  340. ; certain values regardless of the sound card installed in the computer.
  341. ; It is not recommended that you modify these settings for movies which
  342. ; you are going to distribute, as they will override Director's internal
  343. ; settings which are already optimized for various sound cards.
  344. ;MixBufferMs=200
  345. ;MixBufferBytes=0
  346. ;MixBufferCount=4
  347. ;MixServiceMode=0
  348. ;MixIntPeriodMs=200
  349. ;MixIntResolutionMs=50
  350.  
  351.  
  352. [High Override]
  353. ; Settings in the [High Override] apply when the target ouput format
  354. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  355. ; of the sound card, as well as the setting of MixMaxFidelity.
  356. ; These settings will override Director's internal settings, any defaults
  357. ; specified in the Default Sound sections, as well as settings for specific 
  358. ; cards.  Change these settings only if you want to force Director to use
  359. ; certain values regardless of the sound card installed in the computer.
  360. ; It is not recommended that you modify these settings for movies which
  361. ; you are going to distribute, as they will override Director's internal
  362. ; settings which are already optimized for various sound cards.
  363. ;MixBufferMs=200
  364. ;MixBufferBytes=0
  365. ;MixBufferCount=4
  366. ;MixServiceMode=0
  367. ;MixIntPeriodMs=200
  368. ;MixIntResolutionMs=50
  369.  
  370.